const runtime.elemsize_
9 uses
runtime (current package)
malloc_stubs.go#L36: const elemsize_ = 8
malloc_stubs.go#L156: const elemsize = elemsize_
malloc_stubs.go#L258: const elemsize = elemsize_
malloc_stubs.go#L361: const elemsize = elemsize_
malloc_stubs.go#L514: const nelems = uint16((nbytes - unsafe.Sizeof(spanInlineMarkBits{})) / elemsize_)
malloc_stubs.go#L525: nextFreeFastResult = gclinkptr(uintptr(result)*elemsize_ + span.base())
malloc_stubs.go#L543: nextFreeFastResult = gclinkptr(uintptr(result)*elemsize_ + span.base())
malloc_stubs.go#L551: if doubleCheckHeapSetType && (!heapBitsInSpan(dataSize) || !heapBitsInSpan(elemsize_)) {
malloc_stubs.go#L572: const elemsize = elemsize_
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |